This is the documentation for the Realbasic Plugins from Monkeybreadsoftware.de. You find these plugins and the newest version of this document at http://www.monkeybreadsoftware.de/realbasic inside the plugins section.
This help was last updated on Freitag, 6. September 2002 and covers 2136 items: 126 classes, 2 controls and 583 global functions.
The list of the themes | Global methods by category | Global methods by name | The list of the classes | The list of the controls |
class OTInternetInterfaceInfo | ||||
class, Network | Plugin version: 2.6 | Fr, 30. Aug 2002 | ||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: Does nothing. | ||
Function:
A class for an icon on Mac OS. | ||||
Address as integer | ||||
property, Network | Plugin version: 2.6 | Fr, 30. Aug 2002 | ||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: Does nothing. | ||
Function:
The IP address of the interface. | ||||
AddressStr as string | ||||
property, Network | Plugin version: 2.6 | Fr, 30. Aug 2002 | ||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: Does nothing. | ||
Function:
The IP address of the interface. | ||||
BroadcastAddress as integer | ||||
property, Network | Plugin version: 2.6 | Fr, 30. Aug 2002 | ||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: Does nothing. | ||
Function:
The broadcast address for the interface. | ||||
BroadcastAddressStr as string | ||||
property, Network | Plugin version: 2.6 | Fr, 30. Aug 2002 | ||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: Does nothing. | ||
Function:
The broadcast address for the interface. | ||||
DefaultGatewayAddress as integer | ||||
property, Network | Plugin version: 2.6 | Fr, 30. Aug 2002 | ||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: Does nothing. | ||
Function:
The IP address of the default router. The default is a router that can forward any packet destined outside the locally connected subnet. | ||||
DefaultGatewayAddressStr as string | ||||
property, Network | Plugin version: 2.6 | Fr, 30. Aug 2002 | ||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: Does nothing. | ||
Function:
The IP address of the default router. The default is a router that can forward any packet destined outside the locally connected subnet. | ||||
DNSAddress as integer | ||||
property, Network | Plugin version: 2.6 | Fr, 30. Aug 2002 | ||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: Does nothing. | ||
Function:
The address of a domain name server. This value can be returned by a server or typed in by the user during configuration of the TCP/IP interface. | ||||
DNSAddressStr as string | ||||
property, Network | Plugin version: 2.6 | Fr, 30. Aug 2002 | ||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: Does nothing. | ||
Function:
The address of a domain name server. This value can be returned by a server or typed in by the user during configuration of the TCP/IP interface. | ||||
DomainName as string | ||||
property, Network | Plugin version: 2.6 | Fr, 30. Aug 2002 | ||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: Does nothing. | ||
Function:
The default domain name of the host as configured in the TCP/IP control panel. This name doesn't include the host name. | ||||
HardwareAddressStr as string | ||||
property, Network | Plugin version: 2.6 | Fr, 30. Aug 2002 | ||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: Does nothing. | ||
Function:
The Hardware Address for this interface as a 6 byte binary string. | ||||
ID as integer | ||||
property, Network | Plugin version: 2.6 | Fr, 30. Aug 2002 | ||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: Does nothing. | ||
Function:
The ID of this network interface used in the constructor. | ||||
IPSecondaryCount as integer | ||||
property, Network | Plugin version: 2.6 | Fr, 30. Aug 2002 | ||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: Does nothing. | ||
Function:
The number of IP secondary address available. | ||||
MTUSize as integer | ||||
property, Network | Plugin version: 2.6 | Fr, 30. Aug 2002 | ||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: Does nothing. | ||
Function:
The maximum transmission unit size in bytes permitted for this interface's hardware. | ||||
Netmask as integer | ||||
property, Network | Plugin version: 2.6 | Fr, 30. Aug 2002 | ||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: Does nothing. | ||
Function:
The subnet mask of the local IP network. | ||||
NetmaskStr as string | ||||
property, Network | Plugin version: 2.6 | Fr, 30. Aug 2002 | ||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: Does nothing. | ||
Function:
The subnet mask of the local IP network. | ||||
OTInternetInterfaceInfo(id as integer) | ||||
constructor, Network | Plugin version: 2.6 | Fr, 30. Aug 2002 | ||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: Does nothing. | ||
Function:
Loads information into this object about an OpenTransport Internet Interface. | ||||
Notes:
Index is -1 for the default interface, 0 for the first interface, 1 for the second interface and so on. | ||||
Valid as boolean | ||||
property, Network | Plugin version: 2.6 | Fr, 30. Aug 2002 | ||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: Does nothing. | ||
Function:
Was the constructor successfull? |
Written 2002 by Christian Schmitz. Feel free to ask or report mistakes to realbasic@macsw.de.
Thanks.